home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / PPA.IN_ / ppa.inf
Encoding:
Windows Setup INFormation  |  1999-11-14  |  1.9 KB  |  81 lines

  1. ; ppa.INF  -- This file contains information to load the parallel
  2. ;             port driver filter for iomega drives
  3. ;
  4. ;*** Created 3/23/98  (Creation Date)
  5.  
  6. [Version]
  7. Signature="$WINDOWS NT$"
  8. Class=DiskDrive
  9. ClassGuid={4D36E967-E325-11CE-BFC1-08002BE10318}
  10. Provider=%MSFT%
  11. LayoutFile=layout.inf
  12. DriverVer=11/14/1999,5.00.2183.1
  13.  
  14. ; =================== Table of content =========================
  15. [DestinationDirs]
  16. Generic_CopyFiles=12
  17. Ppa_CopyFiles=12
  18. ppa_gendisk_copyfiles=12
  19.  
  20. [Manufacturer]
  21. %IOMEGAMfg%=iomega_device
  22. %GenManufacturer%=ppa_gendisk_device
  23.  
  24. [ppa_gendisk_copyfiles]
  25. disk.sys
  26.  
  27. [ppa_copyfiles]
  28. ppa.sys
  29.  
  30. ; =================== IOMEGA ========================
  31. [iomega_device]
  32. %PARALLEL_PORT\IOMEGA_ZIP-DISK_DRIVE.DeviceDesc%=ppa_install,LPTENUM\IMGVP1E6AA
  33.  
  34. [ppa_gendisk_device]
  35. %ppa_gendisk_devdesc%=ppa_install
  36.  
  37. [ppa_addreg]
  38. HKR,,"LowerFilters",0x00010000, "ppa"
  39.  
  40. [ppa_install]
  41. CopyFiles=ppa_copyfiles,ppa_gendisk_copyfiles
  42.  
  43. [ppa_install.HW]
  44. AddReg=ppa_addreg
  45.  
  46. [ppa_install.Services]
  47. AddService = disk,2,ppa_gendisk_ServiceInstallSection
  48. AddService = ppa,,ppa_ServiceInstallSection
  49.  
  50. [ppa_gendisk_ServiceInstallSection]
  51. DisplayName=%ppa_gendisk_ServiceDesc%
  52. ServiceType    = 1
  53. StartType      = 0
  54. ErrorControl   = 1
  55. ServiceBinary  = %12%\disk.sys
  56. LoadOrderGroup = SCSI Class
  57.  
  58. [ppa_ServiceInstallSection]
  59. DisplayName=%ppa_ServiceDesc%
  60. ServiceType    = 1
  61. StartType      = 3
  62. ErrorControl   = 1
  63. ServiceBinary  = %12%\ppa.sys
  64. LoadOrderGroup = Pnp Filter
  65.  
  66. ; =================== Generic ==================================
  67.  
  68. [ControlFlags]
  69.  
  70. [Strings]
  71.  
  72. MSFT="Microsoft"
  73. PpaClassName="Disk drives"
  74. ppa_ServiceDesc="Iomega Parallel Port Filter Driver"
  75. ppa_gendisk_ServiceDesc="Disk Driver"
  76. GenManufacturer="SCSI Native Device"
  77. ppa_gendisk_devdesc="Iomega IEEE 1284.3 Parallel Port Drive"
  78.  
  79. IOMEGAMfg="Iomega Corporation"
  80. PARALLEL_PORT\IOMEGA_ZIP-DISK_DRIVE.DeviceDesc="Iomega IEEE 1284.3 Parallel Port Drive"
  81.